home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easycd / EasyCD.exe / 0 / RCDATA / TFOUNDIMF / TFOUNDIMF.txt
Text File  |  1999-03-07  |  1KB  |  54 lines

  1. object FoundIMF: TFoundIMF
  2.   Left = 281
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Found inexact matches'
  6.   ClientHeight = 243
  7.   ClientWidth = 215
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ListBox1: TListBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 215
  25.     Height = 214
  26.     Align = alClient
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 214
  33.     Width = 215
  34.     Height = 29
  35.     Align = alBottom
  36.     BevelOuter = bvNone
  37.     TabOrder = 1
  38.     object Button1: TButton
  39.       Left = 70
  40.       Top = 4
  41.       Width = 75
  42.       Height = 23
  43.       Caption = 'Ok'
  44.       Default = True
  45.       TabOrder = 0
  46.       OnClick = Button1Click
  47.     end
  48.   end
  49.   object TopMost1: TTopMost
  50.     Left = 24
  51.     Top = 222
  52.   end
  53. end
  54.